net/http.http2serverConn.onShutdownTimer (method)

2 uses

	net/http (current package)
		h2_bundle.go#L4906: func (sc *http2serverConn) onShutdownTimer() { sc.sendServeMsg(http2shutdownTimerMsg) }
		h2_bundle.go#L5305: 	sc.shutdownTimer = sc.srv.afterFunc(d, sc.onShutdownTimer)